file chooser: Stay focused
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 16:08:21 +0000 (16:08 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 16:08:21 +0000 (16:08 +0000)
commitff604e190602ba08776fc35cd41416c735e2ac06
treebd71016384b2ce481f18524ba650cd4effff4ca7
parent34974a8a66ef0d9aeff002ff5b5aa481218bdfbf
file chooser: Stay focused

When hitting Escape in the location entry,
we were not moving the focus anywhere,
causing focus to be NULL, and key bindings
to stop working. The visible effect was
that Ctrl-L / Escape / Ctrl-L would not
get back to the location entry, as expected.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1851
gtk/gtkfilechooserwidget.c